NodeDataType
this must be a Northwoods.GoXam.Model.GraphLinksModelNodeData<NodeKey>
LinkDataType
this must be a Northwoods.GoXam.Model.GraphLinksModelLinkData<NodeKey,PortKey>
Northwoods.GoSilverlight 1.3.5 Assembly
Save<NodeDataType,LinkDataType> Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : Save<NodeDataType,LinkDataType> Method

rootname
the name of the returned XElement
nodename
the name of each XElement holding node data
linkname
the name of each XElement holding link data
Generate a Linq for XML XElement holding all of the node and link data.

Syntax

Visual Basic (Declaration) 
Public Function Save
     (Of NodeDataType As GraphLinksModelNodeData(Of NodeKey),
     LinkDataType As GraphLinksModelLinkData(Of NodeKey,PortKey))( _
   ByVal rootname As XName, _
   ByVal nodename As XName, _
   ByVal linkname As XName _
) As XElement

Parameters

rootname
the name of the returned XElement
nodename
the name of each XElement holding node data
linkname
the name of each XElement holding link data

Type Parameters

NodeDataType
this must be a Northwoods.GoXam.Model.GraphLinksModelNodeData<NodeKey>
LinkDataType
this must be a Northwoods.GoXam.Model.GraphLinksModelLinkData<NodeKey,PortKey>

Return Value

an XElement

Requirements

See Also

© 2012 All Rights Reserved.